.banner {
  font-family: Galaxie-Polaris, sans-serif;
  max-width: 1550px;
}
.banner .title, .banner .headLine {
  font-weight: 550;
  word-wrap: break-word;
  font-family: Galaxie-Polaris, sans-serif;
}
.banner .description {
  font-family: Galaxie-Polaris-Medium, sans-serif !important;
  font-weight: 450;
  font-style: normal;
  word-wrap: break-word;
  padding-bottom: 64px;
}

.imageBanner {
  width: 100%;
}
.imageBanner img {
  width: 100% !important;
  height: 643px;
  object-fit: cover;
}

@media screen and (max-width: 431px) {
  .banner {
    padding-top: 36px;
    background-color: #fff;
  }
  .banner .title {
    color: #FF8400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.24px;
    line-height: 16px;
    letter-spacing: 0.24px;
  }
  .banner .headLine {
    color: #575A5D;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.48px;
    margin-bottom: 19px;
    margin-top: 8px;
  }
  .banner .description {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
    max-width: 841px;
  }
}
@media screen and (min-width: 431px) {
  .banner {
    padding-top: 48px;
    padding-left: 86px !important;
    padding-right: 86px;
  }
  .banner .headLine {
    font-size: 44px;
    color: #575A5D;
    line-height: 56px;
    letter-spacing: 1.32px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .banner .title {
    font-size: 20px;
    color: #FF8400;
    line-height: 28px;
    letter-spacing: 0.4px;
  }
  .banner .description {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    max-width: 841px;
  }
}
@media screen and (min-width: 431px) and (max-width: 540px) {
  .banner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 431px) {
  .themingDark.banner {
    padding-top: 36px;
    background-color: #000;
  }
  .themingDark.banner .title {
    color: #FF8400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.24px;
    line-height: 16px;
    letter-spacing: 0.24px;
  }
  .themingDark.banner .headLine {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.48px;
    margin-bottom: 19px;
    margin-top: 8px;
  }
  .themingDark.banner .description {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
    max-width: 841px;
  }
}